home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / p4 / p4-1_2c.lha / p4-1.2c / lib / p4_globals.h < prev    next >
C/C++ Source or Header  |  1993-05-24  |  544b  |  28 lines

  1. #ifdef GLOBAL
  2. #define PUBLIC
  3. #else
  4. #define PUBLIC extern
  5. #endif
  6.     
  7. /* Debugging information */
  8.  
  9. PUBLIC char procgroup_file[100];
  10. PUBLIC char bm_outfile[100];
  11. PUBLIC char rm_outfile_head[100];
  12. PUBLIC char whoami_p4[100];
  13. PUBLIC int  debug_level, remote_debug_level;
  14. PUBLIC int  logging_flag;
  15.  
  16. /* Other global data */
  17.  
  18. PUBLIC char local_domain[100];
  19. PUBLIC int  globmemsize;
  20. PUBLIC int  sserver_port;
  21. PUBLIC int  no_remotes;
  22.  
  23. #ifdef SYSV_IPC
  24. PUBLIC int sysv_num_shmids;
  25. PUBLIC int sysv_shmid[P4_MAX_SYSV_SHMIDS];
  26. PUBLIC int sysv_semid0;
  27. #endif
  28.